Waiting Room Participant Event
Indicates whether participants have arrived/left the waiting room.
Types
Link copied to clipboard
data class Added(val participants: List<ParticipantsService.Participant>) : WaitingRoomParticipantEvent
New participants have arrived in the waiting room.
Link copied to clipboard
data class Removed(val participants: List<ParticipantsService.Participant>) : WaitingRoomParticipantEvent
Participants have left the waiting room